Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / Application-Defined Functions
/


MyLowMem

Handles a low-memory condition. This is how you would define your low-memory function if you were to name it MyLowMem:

void MyLowMem (JMSessionRef session);
session
The session indicating the low-memory condition.
DISCUSSION
When invoking the Java runtime environment using JMOpenSession, you can designate a callback function to be called if the Java session runs low on memory. This callback typically notifies the user of the low-memory condition and suggests possible actions to take.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997